Skip to content

Commit

Permalink
#42 Update version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarder committed Feb 12, 2022
1 parent cd49a76 commit afaa5cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/HEAL.Attic.Benchmarks/HEAL.Attic.Benchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<Version>1.6.0</Version>
<Version>1.7.0</Version>
<RunAnalyzersDuringBuild>true</RunAnalyzersDuringBuild>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<NeutralLanguage></NeutralLanguage>
Expand Down
2 changes: 1 addition & 1 deletion src/HEAL.Attic.Tests/HEAL.Attic.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<IsPackable>false</IsPackable>
<Version>1.6.0</Version>
<Version>1.7.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/HEAL.Attic/HEAL.Attic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Copyright>(c) Heuristic and Evolutionary Algorithms Laboratory (HEAL)</Copyright>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
<Version>1.6.0</Version>
<Version>1.7.0</Version>
<Description>HEAL.Attic is a serialization and persistence framework for .NET. It serializes and deserializes complete object graphs and uses Google Protocol Buffers for compact storage.</Description>
<PackageProjectUrl>https://github.com/HeuristicLab/HEAL.Attic</PackageProjectUrl>
<RepositoryUrl>https://github.com/HeuristicLab/HEAL.Attic.git</RepositoryUrl>
Expand Down

0 comments on commit afaa5cb

Please sign in to comment.