We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a11f80 commit d9491ffCopy full SHA for d9491ff
1 file changed
Directory.Build.props
@@ -38,9 +38,9 @@
38
</PropertyGroup>
39
40
<PropertyGroup Condition="'$(IsPackable)' != 'false'">
41
- <Version>0.9.4</Version>
42
- <AssemblyVersion>0.9.4</AssemblyVersion>
43
- <FileVersion>0.9.4</FileVersion>
+ <Version>1.0.0</Version>
+ <AssemblyVersion>1.0.0</AssemblyVersion>
+ <FileVersion>1.0.0</FileVersion>
44
45
46
<PropertyGroup Condition="$(MSBuildProjectName.StartsWith('Kuestenlogik.Bowire.Protocol.'))">
0 commit comments