Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
version set to 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kozw committed Mar 15, 2016
1 parent a5d0804 commit 02e3285
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 1.0/FirstFloor.ModernUI/Build/ModernUI.WPF.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ModernUI.WPF</id>
<version>1.0.8</version>
<version>1.0.9</version>
<title>ModernUI for WPF</title>
<authors>First Floor Software</authors>
<owners>First Floor Software</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="ModernUI.Templates..f6db4f98-80c1-42cc-8f57-b9b52c916ce9">
<package id="ModernUI.WPF" version="1.0.8" />
<package id="ModernUI.WPF" version="1.0.9" />
</packages>
</WizardData>
</VSTemplate>
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="ModernUI.Templates..f6db4f98-80c1-42cc-8f57-b9b52c916ce9">
<package id="ModernUI.WPF" version="1.0.8" />
<package id="ModernUI.WPF" version="1.0.9" />
</packages>
</WizardData>
</VSTemplate>
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Packages\ModernUI.WPF.1.0.8.nupkg">
<Content Include="Packages\ModernUI.WPF.1.0.9.nupkg">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">
Expand Down
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="ModernUI.Templates..f6db4f98-80c1-42cc-8f57-b9b52c916ce9" Version="1.0.8" Language="en-US" Publisher="First Floor Software" />
<Identity Id="ModernUI.Templates..f6db4f98-80c1-42cc-8f57-b9b52c916ce9" Version="1.0.9" Language="en-US" Publisher="First Floor Software" />
<DisplayName>Modern UI for WPF Templates</DisplayName>
<Description xml:space="preserve">A collection of project and item templates for Modern UI for WPF.</Description>
<MoreInfo>https://github.com/firstfloorsoftware/mui</MoreInfo>
Expand All @@ -28,5 +28,5 @@
<Asset Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="ModernUI.ModernWindow" d:TargetPath="|ModernUI.ModernWindow;TemplateProjectOutputGroup|" Path="ItemTemplates" d:VsixSubPath="ItemTemplates" />
<Asset Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="ModernUI.ModernDialog" d:TargetPath="|ModernUI.ModernDialog;TemplateProjectOutputGroup|" Path="ItemTemplates" d:VsixSubPath="ItemTemplates" />
</Assets>
<CustomExtension Type="ModernUI.WPF.1.0.8.nupkg">Packages/ModernUI.WPF.1.0.8.nupkg</CustomExtension>
<CustomExtension Type="ModernUI.WPF.1.0.9.nupkg">Packages/ModernUI.WPF.1.0.9.nupkg</CustomExtension>
</PackageManifest>
4 changes: 2 additions & 2 deletions 1.0/FirstFloor.ModernUI/Shared/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,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("1.0.8.0")]
[assembly: AssemblyFileVersion("1.0.8.0")]
[assembly: AssemblyVersion("1.0.9.0")]
[assembly: AssemblyFileVersion("1.0.9.0")]

[assembly: XmlnsDefinition("http://firstfloorsoftware.com/ModernUI", "FirstFloor.ModernUI.Presentation")]
[assembly: XmlnsDefinition("http://firstfloorsoftware.com/ModernUI", "FirstFloor.ModernUI.Windows")]
Expand Down

0 comments on commit 02e3285

Please sign in to comment.