Skip to content

Commit

Permalink
had to fix an issue w/ multiple lines of translation and push out a n…
Browse files Browse the repository at this point in the history
…ew ec-core nuget package: 0.9.1
  • Loading branch information
bobeaton committed Sep 19, 2024
1 parent e5c3de8 commit 75bdb92
Show file tree
Hide file tree
Showing 46 changed files with 69 additions and 69 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" InitialTargets="EnsureWixToolsetInstalled" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\packages\wix.3.14.1\build\wix.props" Condition="Exists('..\..\..\packages\wix.3.14.1\build\wix.props')" />
<Import Project="..\..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props" Condition="Exists('..\..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props')" />
<Import Project="..\..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props" Condition="Exists('..\..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
Expand Down Expand Up @@ -81,7 +81,7 @@
<PropertyGroup>
<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\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props'))" />
<Error Condition="!Exists('..\..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props'))" />
<Error Condition="!Exists('..\..\..\packages\wix.3.14.1\build\wix.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\wix.3.14.1\build\wix.props'))" />
</Target>
<!--
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Encoding-Converters-Core" version="0.9.0" />
<package id="Encoding-Converters-Core" version="0.9.1" />
<package id="wix" version="3.14.1" />
</packages>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" InitialTargets="EnsureWixToolsetInstalled" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\packages\wix.3.14.1\build\wix.props" Condition="Exists('..\..\..\packages\wix.3.14.1\build\wix.props')" />
<Import Project="..\..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props" Condition="Exists('..\..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props')" />
<Import Project="..\..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props" Condition="Exists('..\..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
Expand Down Expand Up @@ -39,7 +39,7 @@
<PropertyGroup>
<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\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props'))" />
<Error Condition="!Exists('..\..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props'))" />
<Error Condition="!Exists('..\..\..\packages\wix.3.14.1\build\wix.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\wix.3.14.1\build\wix.props'))" />
</Target>
<!--
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Encoding-Converters-Core" version="0.9.0" />
<package id="Encoding-Converters-Core" version="0.9.1" />
<package id="wix" version="3.14.1" />
</packages>
4 changes: 2 additions & 2 deletions Installer/SEC Setup 64bit/SEC Setup 64bit.wixproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" InitialTargets="EnsureWixToolsetInstalled" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\packages\wix.3.14.1\build\wix.props" Condition="Exists('..\..\packages\wix.3.14.1\build\wix.props')" />
<Import Project="..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props" Condition="Exists('..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props')" />
<Import Project="..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props" Condition="Exists('..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
Expand Down Expand Up @@ -58,7 +58,7 @@
<PropertyGroup>
<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\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props'))" />
<Error Condition="!Exists('..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props'))" />
<Error Condition="!Exists('..\..\packages\wix.3.14.1\build\wix.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\wix.3.14.1\build\wix.props'))" />
</Target>
<!--
Expand Down
2 changes: 1 addition & 1 deletion Installer/SEC Setup 64bit/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Encoding-Converters-Core" version="0.9.0" />
<package id="Encoding-Converters-Core" version="0.9.1" />
<package id="wix" version="3.14.1" />
</packages>
4 changes: 2 additions & 2 deletions Installer/SEC Setup/SEC Setup.wixproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" InitialTargets="EnsureWixToolsetInstalled" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\packages\wix.3.14.1\build\wix.props" Condition="Exists('..\..\packages\wix.3.14.1\build\wix.props')" />
<Import Project="..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props" Condition="Exists('..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props')" />
<Import Project="..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props" Condition="Exists('..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
Expand Down Expand Up @@ -66,7 +66,7 @@
<PropertyGroup>
<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\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props'))" />
<Error Condition="!Exists('..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props'))" />
<Error Condition="!Exists('..\..\packages\wix.3.14.1\build\wix.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\wix.3.14.1\build\wix.props'))" />
</Target>
<!--
Expand Down
2 changes: 1 addition & 1 deletion Installer/SEC Setup/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Encoding-Converters-Core" version="0.9.0" />
<package id="Encoding-Converters-Core" version="0.9.1" />
<package id="wix" version="3.14.1" />
</packages>
4 changes: 2 additions & 2 deletions Installer/ScHelpMM/ScHelpMM.wixproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" InitialTargets="EnsureWixToolsetInstalled" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\packages\wix.3.14.1\build\wix.props" Condition="Exists('..\..\packages\wix.3.14.1\build\wix.props')" />
<Import Project="..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props" Condition="Exists('..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props')" />
<Import Project="..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props" Condition="Exists('..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
Expand Down Expand Up @@ -47,7 +47,7 @@
<PropertyGroup>
<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\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props'))" />
<Error Condition="!Exists('..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props'))" />
<Error Condition="!Exists('..\..\packages\wix.3.14.1\build\wix.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\wix.3.14.1\build\wix.props'))" />
</Target>
<!--
Expand Down
2 changes: 1 addition & 1 deletion Installer/ScHelpMM/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Encoding-Converters-Core" version="0.9.0" />
<package id="Encoding-Converters-Core" version="0.9.1" />
<package id="wix" version="3.14.1" />
</packages>
4 changes: 2 additions & 2 deletions Installer/SetupSILConverters/SetupSILConverters.wixproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" InitialTargets="EnsureWixToolsetInstalled" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\packages\wix.3.14.1\build\wix.props" Condition="Exists('..\..\packages\wix.3.14.1\build\wix.props')" />
<Import Project="..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props" Condition="Exists('..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props')" />
<Import Project="..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props" Condition="Exists('..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props')" />
<Import Project="$([MSBuild]::GetPathOfFileAbove(directory.build.props))" Condition="Exists('$([MSBuild]::GetPathOfFileAbove(directory.build.props))')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -65,7 +65,7 @@
<PropertyGroup>
<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\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props'))" />
<Error Condition="!Exists('..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props'))" />
<Error Condition="!Exists('..\..\packages\wix.3.14.1\build\wix.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\wix.3.14.1\build\wix.props'))" />
</Target>
<Target Name="PostBuildCopy" AfterTargets="Build">
Expand Down
2 changes: 1 addition & 1 deletion Installer/SetupSILConverters/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Encoding-Converters-Core" version="0.9.0" />
<package id="Encoding-Converters-Core" version="0.9.1" />
<package id="wix" version="3.14.1" />
</packages>
4 changes: 2 additions & 2 deletions Installer/TECkitPackage64bitMM/TECkitPackageMM64bit.wixproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" InitialTargets="EnsureWixToolsetInstalled" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\packages\wix.3.14.1\build\wix.props" Condition="Exists('..\..\packages\wix.3.14.1\build\wix.props')" />
<Import Project="..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props" Condition="Exists('..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props')" />
<Import Project="..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props" Condition="Exists('..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
Expand Down Expand Up @@ -38,7 +38,7 @@
<PropertyGroup>
<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\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props'))" />
<Error Condition="!Exists('..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props'))" />
<Error Condition="!Exists('..\..\packages\wix.3.14.1\build\wix.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\wix.3.14.1\build\wix.props'))" />
</Target>
<!--
Expand Down
2 changes: 1 addition & 1 deletion Installer/TECkitPackage64bitMM/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Encoding-Converters-Core" version="0.9.0" />
<package id="Encoding-Converters-Core" version="0.9.1" />
<package id="wix" version="3.14.1" />
</packages>
4 changes: 2 additions & 2 deletions Installer/TECkitPackageMM/TECkitPackageMM.wixproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" InitialTargets="EnsureWixToolsetInstalled" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\packages\wix.3.14.1\build\wix.props" Condition="Exists('..\..\packages\wix.3.14.1\build\wix.props')" />
<Import Project="..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props" Condition="Exists('..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props')" />
<Import Project="..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props" Condition="Exists('..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
Expand Down Expand Up @@ -38,7 +38,7 @@
<PropertyGroup>
<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\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props'))" />
<Error Condition="!Exists('..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props'))" />
<Error Condition="!Exists('..\..\packages\wix.3.14.1\build\wix.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\wix.3.14.1\build\wix.props'))" />
</Target>
<!--
Expand Down
2 changes: 1 addition & 1 deletion Installer/TECkitPackageMM/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Encoding-Converters-Core" version="0.9.0" />
<package id="Encoding-Converters-Core" version="0.9.1" />
<package id="wix" version="3.14.1" />
</packages>
4 changes: 2 additions & 2 deletions src/AdaptIt2Unicode/AdaptIt2Unicode.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="16.0">
<Import Project="..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props" Condition="Exists('..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props')" />
<Import Project="..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props" Condition="Exists('..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
Expand Down Expand Up @@ -204,6 +204,6 @@
<PropertyGroup>
<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\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Encoding-Converters-Core.0.9.0\build\Encoding-Converters-Core.props'))" />
<Error Condition="!Exists('..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Encoding-Converters-Core.0.9.1\build\Encoding-Converters-Core.props'))" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion src/AdaptIt2Unicode/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Encoding-Converters-Core" version="0.9.0" targetFramework="net48" />
<package id="Encoding-Converters-Core" version="0.9.1" targetFramework="net48" />
</packages>
Loading

0 comments on commit 75bdb92

Please sign in to comment.