Skip to content

Commit

Permalink
Update gettext nuget to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Sep 18, 2023
1 parent a3bd0f9 commit 281866d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Poedit.vcxproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="packages\Gettext.Tools.0.21.1\build\Gettext.Tools.props" Condition="Exists('packages\Gettext.Tools.0.21.1\build\Gettext.Tools.props')" />
<Import Project="packages\Gettext.Tools.0.22.0.1\build\Gettext.Tools.props" Condition="Exists('packages\Gettext.Tools.0.22.0.1\build\Gettext.Tools.props')" />
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
Expand Down Expand Up @@ -346,7 +346,7 @@
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('packages\MSBuildTasks.1.5.0.196\build\MSBuildTasks.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\MSBuildTasks.1.5.0.196\build\MSBuildTasks.targets'))" />
<Error Condition="!Exists('packages\Gettext.Tools.0.21.1\build\Gettext.Tools.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Gettext.Tools.0.21.1\build\Gettext.Tools.props'))" />
<Error Condition="!Exists('packages\WinSparkle.0.8.0\build\native\WinSparkle.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\WinSparkle.0.8.0\build\native\WinSparkle.targets'))" />
<Error Condition="!Exists('packages\Gettext.Tools.0.22.0.1\build\Gettext.Tools.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Gettext.Tools.0.22.0.1\build\Gettext.Tools.props'))" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Gettext.Tools" version="0.21.1" targetFramework="native" />
<package id="Gettext.Tools" version="0.22.0.1" targetFramework="native" />
<package id="Microsoft.Web.WebView2" version="1.0.1661.34" targetFramework="native" />
<package id="MSBuildTasks" version="1.5.0.196" targetFramework="native" developmentDependency="true" />
<package id="WinSparkle" version="0.8.0" targetFramework="native" />
Expand Down

0 comments on commit 281866d

Please sign in to comment.