Skip to content

Commit

Permalink
New beta release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Jun 17, 2021
1 parent b6f3ffd commit 90b9f6a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ module.exports = function(grunt) {
src: [
pkg.name + '.dll',
pkg.name + '.xml',
'Skybrud.Essentials.dll',
'Skybrud.Essentials.xml',
'Skybrud.WebApi.Json.dll',
'Skybrud.WebApi.Json.xml'
],
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 [Skybrud.dk](http://www.skybrud.dk/)
Copyright (c) 2021 [Skybrud.dk](http://www.skybrud.dk/)

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Skybrud.Umbraco.Feedback/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Skybrud.dk")]
[assembly: AssemblyProduct("Skybrud.Umbraco.Feedback")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,4 +32,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyInformationalVersion("2.0.0-beta005")]
[assembly: AssemblyInformationalVersion("2.0.0-beta006")]
6 changes: 3 additions & 3 deletions src/Skybrud.Umbraco.Feedback/Properties/AssemblyInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "",
"company": "Skybrud.dk",
"product": "Skybrud.Umbraco.Feedback",
"copyright": "Copyright © 2020",
"copyright": "Copyright © 2021",
"version": "2.0.0.0",
"informationalVersion": "2.0.0-beta005",
"fileVersion": "0.0.1777.2"
"informationalVersion": "2.0.0-beta006",
"fileVersion": "0.0.2298.4"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyFileVersion("0.0.1777.2")]
[assembly: AssemblyFileVersion("0.0.2298.4")]

0 comments on commit 90b9f6a

Please sign in to comment.