Skip to content

Commit 403d227

Browse files
committed
nuspec stuff for MahApps
1 parent a648890 commit 403d227

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

MaterialDesignThemes.MahApps.nuspec

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0"?>
2+
<package>
3+
<metadata>
4+
<id>MaterialDesignThemes.MahApps</id>
5+
<version>0.1.0-beta</version>
6+
<title>Material Design Themes XAML Resources For MahApps Controls</title>
7+
<authors>James Willock</authors>
8+
<owners>James Willock</owners>
9+
<licenseUrl>http://opensource.org/licenses/MS-PL</licenseUrl>
10+
<projectUrl>https://github.com/ButchersBoy/MaterialDesignInXamlToolkit</projectUrl>
11+
<iconUrl>http://materialdesigninxaml.net/images/MD4XAML32.png</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>ResourceDictionary instances containing Material Design templates and styles for WPF controls in the MahApps library.</description>
14+
<releaseNotes>Google spec at http://www.google.co.uk/design/spec/style/color.html</releaseNotes>
15+
<copyright>Copyright 2015 James Willock/Mulholland Software Ltd</copyright>
16+
<tags>WPF XAML WinRT Material Design Theme Colour Color UI UX</tags>
17+
<dependencies>
18+
<dependency id="MaterialDesignColors" version="1.1.1" />
19+
<dependency id="MaterialDesignThemes" version="1.1.0" />
20+
<dependency id="MahApps.Metro" version="1.1.2" />
21+
</dependencies>
22+
</metadata>
23+
<files>
24+
<file src="MaterialDesignThemes.MahApps\bin\Release\MaterialDesignThemes.MahApps.dll" target="lib\net45" />
25+
</files>
26+
</package>

MaterialDesignThemes.MahApps/MaterialDesignThemes.MahApps.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<DefineConstants>DEBUG;TRACE</DefineConstants>
2424
<ErrorReport>prompt</ErrorReport>
2525
<WarningLevel>4</WarningLevel>
26+
<Prefer32Bit>false</Prefer32Bit>
2627
</PropertyGroup>
2728
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2829
<DebugType>pdbonly</DebugType>
@@ -31,6 +32,7 @@
3132
<DefineConstants>TRACE</DefineConstants>
3233
<ErrorReport>prompt</ErrorReport>
3334
<WarningLevel>4</WarningLevel>
35+
<Prefer32Bit>false</Prefer32Bit>
3436
</PropertyGroup>
3537
<ItemGroup>
3638
<Reference Include="MahApps.Metro, Version=1.1.3.177, Culture=neutral, processorArchitecture=MSIL">

MaterialDesignThemes.MahApps/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.0")]
55-
[assembly: AssemblyFileVersion("1.0.0.0")]
54+
[assembly: AssemblyVersion("0.0.2")]
55+
[assembly: AssemblyFileVersion("0.0.2")]

0 commit comments

Comments
 (0)