Skip to content

Commit

Permalink
New release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Nov 24, 2022
1 parent 08ebd84 commit cc8e24a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions src/Skybrud.Umbraco.Redirects/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Skybrud.Umbraco.Redirects")]
[assembly: AssemblyDescription("Skybrud.Umbraco.Redirects is a package to handle 301 redirects in Umbraco.")]
[assembly: AssemblyDescription("Redirects manager for Umbraco.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Skybrud.dk")]
[assembly: AssemblyProduct("Skybrud.Umbraco.Redirects")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -30,5 +30,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.1")]
[assembly: AssemblyInformationalVersion("1.0.1")]
[assembly: AssemblyVersion("1.0.2")]
[assembly: AssemblyInformationalVersion("1.0.2")]
10 changes: 5 additions & 5 deletions src/Skybrud.Umbraco.Redirects/Properties/AssemblyInfo.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"title": "Skybrud.Umbraco.Redirects",
"description": "Skybrud.Umbraco.Redirects is a package to handle 301 redirects in Umbraco.",
"description": "Redirects manager for Umbraco.",
"company": "Skybrud.dk",
"product": "Skybrud.Umbraco.Redirects",
"copyright": "Copyright © 2020",
"version": "1.0.1.0",
"informationalVersion": "1.0.1",
"fileVersion": "0.0.2320.1"
"copyright": "Copyright © 2022",
"version": "1.0.2.0",
"informationalVersion": "1.0.2",
"fileVersion": "0.0.2320.2"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyFileVersion("0.0.2320.1")]
[assembly: AssemblyFileVersion("0.0.2320.2")]

0 comments on commit cc8e24a

Please sign in to comment.