Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav Taranov committed Apr 30, 2022
1 parent c5922a2 commit 46dead9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Nuget/aqlaserializer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>aqlaserializer</id>
<version>2.0.1.968</version>
<version>2.0.1.1031</version>
<authors>Vladyslav Taranov</authors>
<copyright>Vladyslav Taranov 2022, fork source from Marc Gravell 2016</copyright>
<owners>Vladyslav Taranov</owners>
Expand Down
2 changes: 1 addition & 1 deletion all.build
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

<MSBuild Projects="assorted\RevisionGenerator\RevisionGenerator.csproj" Targets="Rebuild" Properties="Configuration=Release"/>

<Exec Command="assorted\RevisionGenerator\bin\Release\RevisionGenerator.exe 2021 1 > &quot;$(RevGeneratorOutputFile)&quot;" />
<Exec Command="assorted\RevisionGenerator\bin\Release\RevisionGenerator.exe 2020 12 > &quot;$(RevGeneratorOutputFile)&quot;" />
<ReadLinesFromFile File="$(RevGeneratorOutputFile)">
<Output TaskParameter="Lines" PropertyName="BuildRev"/>
</ReadLinesFromFile>
Expand Down
4 changes: 2 additions & 2 deletions assorted/precompile/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.1.968")]
[assembly: AssemblyFileVersion("2.0.1.968")]
[assembly: AssemblyVersion("2.0.1.1031")]
[assembly: AssemblyFileVersion("2.0.1.1031")]
4 changes: 2 additions & 2 deletions assorted/protobuf-net.Extensions/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.1.968")]
[assembly: AssemblyVersion("2.0.1.1031")]
#if !CF
[assembly: AssemblyFileVersion("2.0.1.968")]
[assembly: AssemblyFileVersion("2.0.1.1031")]
#endif
[assembly: CLSCompliant(true)]
4 changes: 2 additions & 2 deletions src/protobuf-net/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.1.968")]
[assembly: AssemblyVersion("2.0.1.1031")]
#if !CF
[assembly: AssemblyFileVersion("2.0.1.968")]
[assembly: AssemblyFileVersion("2.0.1.1031")]
#endif
#if !FX11
[assembly: InternalsVisibleTo("aqlaserializer.unittest, PublicKey=002400000480000094000000060200000024000052534131000400000100010091B11AB23561C227F083424C0162A38DA330B724B6E96C1BE6C5989BFDD5C1BA3E555D8F105DD352C2623FE6AF90F4FA3173C6120DD567283434513DA579728230E1697A156770A81B7FBF5535ECDB96D2737E74181A4D980647AE33CDFB6E0C1FF63065AE8E33BB27374090393685FF265563655DE4829B0E5C996B1CF9A3E3")]
Expand Down

0 comments on commit 46dead9

Please sign in to comment.