Skip to content

Commit e6f2b0e

Browse files
committed
prepared release
1 parent 0a6acb0 commit e6f2b0e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

MaterialDesignExtensions/MaterialDesignExtensions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Important notice: The configuration for version 2.6.0 changed. See the release n
1212
<Authors>Philipp Spiegel</Authors>
1313
<Company>Philipp Spiegel</Company>
1414
<Product>Material Design Extensions</Product>
15-
<Copyright>Copyright © 2017-2020</Copyright>
15+
<Copyright>Copyright © 2017-2021</Copyright>
1616
<AssemblyVersion>3.3.0.0</AssemblyVersion>
1717
<FileVersion>3.3.0.0</FileVersion>
18-
<Version>3.3.0-a01</Version>
18+
<Version>3.3.0</Version>
1919
<PackageProjectUrl>https://spiegelp.github.io/MaterialDesignExtensions/</PackageProjectUrl>
2020
<RepositoryUrl>https://github.com/spiegelp/MaterialDesignExtensions</RepositoryUrl>
2121
<RepositoryType>git</RepositoryType>

MaterialDesignExtensions/MaterialDesignExtensions.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>MaterialDesignExtensions</id>
5-
<version>3.3.0-a01</version>
5+
<version>3.3.0</version>
66
<title>Material Design Extensions</title>
77
<authors>Philipp Spiegel</authors>
88
<owners>Philipp Spiegel</owners>
@@ -21,7 +21,7 @@ Important notice: The configuration for version 2.6.0 changed. See the release n
2121

2222
Important notice: The configuration of Material Design Extensions changed in order to enable changing the theme at runtime. Please change your configuration according to App.xaml of the demo.</releaseNotes>
2323
<!--<readme>Readme.md</readme>-->
24-
<copyright>Copyright (c) 2017-2020 Spiegel Philipp</copyright>
24+
<copyright>Copyright (c) 2017-2021 Spiegel Philipp</copyright>
2525
<tags>Material Design UI WPF XAML MaterialDesign MD Stepper SideNavigation AppBar Autocomplete FileDialog DirectoryDialog Spinner MaterialWindow Window NavigationRail BusyOverlay</tags>
2626
<dependencies>
2727
<dependency id="MaterialDesignColors" version="1.2.7" />

ReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Please change your configuration according to [App.xaml](https://github.com/spie
175175
* `TabControl` style supports `FlowDirection = RightToLeft`
176176
#### Fixes
177177
* Fixed exception in `Stepper` events
178-
### v3.3.0 (upcoming release)
178+
### v3.3.0
179179
#### Features
180180
* Added `XmlnsDefinition` `https://spiegelp.github.io/MaterialDesignExtensions/winfx/xaml`
181181
* Consider `ResizeMode` for the window caption buttons

docs/snippets/releasenotes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div>
22
<h1>Release notes</h1>
3-
<h2>v3.3.0 (upcoming release)</h2>
3+
<h2>v3.3.0</h2>
44
<h3>Features</h3>
55
<ul>
66
<li>Added <code>XmlnsDefinition</code> <code>https://spiegelp.github.io/MaterialDesignExtensions/winfx/xaml</code></li>

0 commit comments

Comments
 (0)