This repository was archived by the owner on Sep 2, 2021. It is now read-only.
File tree 6 files changed +8
-8
lines changed
FirstFloor.ModernUI.Templates
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
3
<metadata >
4
4
<id >ModernUI.WPF</id >
5
- <version >1.0.8 </version >
5
+ <version >1.0.9 </version >
6
6
<title >ModernUI for WPF</title >
7
7
<authors >First Floor Software</authors >
8
8
<owners >First Floor Software</owners >
Original file line number Diff line number Diff line change 30
30
</WizardExtension >
31
31
<WizardData >
32
32
<packages repository =" extension" repositoryId =" ModernUI.Templates..f6db4f98-80c1-42cc-8f57-b9b52c916ce9" >
33
- <package id =" ModernUI.WPF" version =" 1.0.8 " />
33
+ <package id =" ModernUI.WPF" version =" 1.0.9 " />
34
34
</packages >
35
35
</WizardData >
36
36
</VSTemplate >
Original file line number Diff line number Diff line change 43
43
</WizardExtension >
44
44
<WizardData >
45
45
<packages repository =" extension" repositoryId =" ModernUI.Templates..f6db4f98-80c1-42cc-8f57-b9b52c916ce9" >
46
- <package id =" ModernUI.WPF" version =" 1.0.8 " />
46
+ <package id =" ModernUI.WPF" version =" 1.0.9 " />
47
47
</packages >
48
48
</WizardData >
49
49
</VSTemplate >
Original file line number Diff line number Diff line change 63
63
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
64
64
<IncludeInVSIX >true</IncludeInVSIX >
65
65
</Content >
66
- <Content Include =" Packages\ModernUI.WPF.1.0.8 .nupkg" >
66
+ <Content Include =" Packages\ModernUI.WPF.1.0.9 .nupkg" >
67
67
<IncludeInVSIX >true</IncludeInVSIX >
68
68
</Content >
69
69
<None Include =" source.extension.vsixmanifest" >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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" >
3
3
<Metadata >
4
- <Identity Id =" ModernUI.Templates..f6db4f98-80c1-42cc-8f57-b9b52c916ce9" Version =" 1.0.8 " Language =" en-US" Publisher =" First Floor Software" />
4
+ <Identity Id =" ModernUI.Templates..f6db4f98-80c1-42cc-8f57-b9b52c916ce9" Version =" 1.0.9 " Language =" en-US" Publisher =" First Floor Software" />
5
5
<DisplayName >Modern UI for WPF Templates</DisplayName >
6
6
<Description xml : space =" preserve" >A collection of project and item templates for Modern UI for WPF.</Description >
7
7
<MoreInfo >https://github.com/firstfloorsoftware/mui</MoreInfo >
28
28
<Asset Type =" Microsoft.VisualStudio.ItemTemplate" d : Source =" Project" d : ProjectName =" ModernUI.ModernWindow" d : TargetPath =" |ModernUI.ModernWindow;TemplateProjectOutputGroup|" Path =" ItemTemplates" d : VsixSubPath =" ItemTemplates" />
29
29
<Asset Type =" Microsoft.VisualStudio.ItemTemplate" d : Source =" Project" d : ProjectName =" ModernUI.ModernDialog" d : TargetPath =" |ModernUI.ModernDialog;TemplateProjectOutputGroup|" Path =" ItemTemplates" d : VsixSubPath =" ItemTemplates" />
30
30
</Assets >
31
- <CustomExtension Type =" ModernUI.WPF.1.0.8 .nupkg" >Packages/ModernUI.WPF.1.0.8 .nupkg</CustomExtension >
31
+ <CustomExtension Type =" ModernUI.WPF.1.0.9 .nupkg" >Packages/ModernUI.WPF.1.0.9 .nupkg</CustomExtension >
32
32
</PackageManifest >
Original file line number Diff line number Diff line change 41
41
// You can specify all the values or you can default the Build and Revision Numbers
42
42
// by using the '*' as shown below:
43
43
// [assembly: AssemblyVersion("1.0.*")]
44
- [ assembly: AssemblyVersion ( "1.0.8 .0" ) ]
45
- [ assembly: AssemblyFileVersion ( "1.0.8 .0" ) ]
44
+ [ assembly: AssemblyVersion ( "1.0.9 .0" ) ]
45
+ [ assembly: AssemblyFileVersion ( "1.0.9 .0" ) ]
46
46
47
47
[ assembly: XmlnsDefinition ( "http://firstfloorsoftware.com/ModernUI" , "FirstFloor.ModernUI.Presentation" ) ]
48
48
[ assembly: XmlnsDefinition ( "http://firstfloorsoftware.com/ModernUI" , "FirstFloor.ModernUI.Windows" ) ]
You can’t perform that action at this time.
0 commit comments