Skip to content

Commit

Permalink
Update version to 1.1.0-preview1
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephJShort authored Oct 22, 2022
1 parent de4d0f2 commit 88a4255
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Packages.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<VersionPrefix>1.0.0</VersionPrefix>
<!--<VersionSuffix>preview1</VersionSuffix>-->
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0</FileVersion>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionSuffix>preview1</VersionSuffix>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 88a4255

Please sign in to comment.