Skip to content

Commit

Permalink
Upgrade deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
CXuesong committed Mar 4, 2022
1 parent 6152774 commit 243c47d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,6 @@ MigrationBackup/
.ionide/

# Fody - auto-generated XML schema
FodyWeavers.xsd
FodyWeavers.xsd

_private
8 changes: 4 additions & 4 deletions OpenCCSharp.Commons/OpenCCSharp.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<PropertyGroup>
<!-- Here are the default targets. Projects may override on this value with higher requirements. -->
<TargetFrameworks>net6.0</TargetFrameworks>
<Version>0.0.1-int.2</Version>
<AssemblyVersion>0.0.1.2</AssemblyVersion>
<FileVersion>0.0.1.2</FileVersion>
<Version>0.0.1-int.4</Version>
<AssemblyVersion>0.0.1.4</AssemblyVersion>
<FileVersion>0.0.1.4</FileVersion>
<Copyright>Copyright (C) CXuesong 2022</Copyright>
<PackageReleaseNotes>See https://github.com/CXuesong/OpenCCSharp/releases .</PackageReleaseNotes>
<PackageTags>OpenCC Chinese Text Conversion</PackageTags>
Expand Down Expand Up @@ -35,7 +35,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion OpenCCSharp.Conversion/OpenCCSharp.Conversion.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CXuesong.TriesSharp" Version="0.0.1-int.0" />
<PackageReference Include="CXuesong.TriesSharp" Version="0.0.1-int.1" />
</ItemGroup>

</Project>
3 changes: 0 additions & 3 deletions OpenCCSharp.Presets/OpenCCSharp.Presets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
<TargetFrameworks>net6.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.0.1-int.3</Version>
<AssemblyVersion>0.0.1.3</AssemblyVersion>
<FileVersion>0.0.1.3</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 243c47d

Please sign in to comment.