Skip to content

Commit

Permalink
Upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
kobi2294 committed Jun 5, 2019
1 parent 710c938 commit 5e9215b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@

<ItemGroup>
<PackageReference Include="MvvmKit">
<Version>1.0.0.23</Version>
<Version>1.0.0.24</Version>
</PackageReference>
<PackageReference Include="Unity">
<Version>5.10.3</Version>
Expand Down
2 changes: 1 addition & 1 deletion Extensions/MvvmKitExtension/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="MvvmKit Extension.fca60f99-6a29-4936-a072-ba741fee533f" Version="2.23" Language="en-US" Publisher="Kobi Hari" />
<Identity Id="MvvmKit Extension.fca60f99-6a29-4936-a072-ba741fee533f" Version="2.24" Language="en-US" Publisher="Kobi Hari" />
<DisplayName>MvvmKit Extension</DisplayName>
<Description xml:space="preserve">An Extension for visual studio that contains templates and snippets that will help you develop an application using the MVVM Kit</Description>
<MoreInfo>https://github.com/kobi2294/MvvmKit/wiki</MoreInfo>
Expand Down
4 changes: 2 additions & 2 deletions Source/MvvmKit/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
// 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("1.0.0.23")]
[assembly: AssemblyFileVersion("1.0.0.23")]
[assembly: AssemblyVersion("1.0.0.24")]
[assembly: AssemblyFileVersion("1.0.0.24")]
[assembly: NeutralResourcesLanguage("en")]

0 comments on commit 5e9215b

Please sign in to comment.