Skip to content

Commit

Permalink
New release :D
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Jan 3, 2017
1 parent a6386fb commit be52cce
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
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) 2016 [Skybrud.dk](http://www.skybrud.dk/)
Copyright (c) 2017 [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
Expand Down
Binary file added releases/github/Skybrud.LinkPicker.v1.0.15.zip
Binary file not shown.
Binary file added releases/nuget/Skybrud.LinkPicker.1.0.15.nupkg
Binary file not shown.
Binary file added releases/umbraco/Skybrud.LinkPicker.v1.0.15.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions src/Skybrud.LinkPicker/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.PropertyEditors")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[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.14.0")]
[assembly: AssemblyInformationalVersion("1.0.14")]
[assembly: AssemblyVersion("1.0.15.0")]
[assembly: AssemblyInformationalVersion("1.0.15")]
8 changes: 4 additions & 4 deletions src/Skybrud.LinkPicker/Properties/AssemblyInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "Skybrud.LinkPicker is a small package that adds a single property editor to Umbraco 7 that can be used as either a single link picker or as a multi link picker depending on configuration.",
"company": "Skybrud.dk",
"product": "Skybrud.PropertyEditors",
"copyright": "Copyright © 2016",
"version": "1.0.14.0",
"informationalVersion": "1.0.14",
"fileVersion": "0.0.578.2"
"copyright": "Copyright © 2017",
"version": "1.0.15.0",
"informationalVersion": "1.0.15",
"fileVersion": "0.0.648.1"
}
2 changes: 1 addition & 1 deletion src/Skybrud.LinkPicker/Properties/AssemblyInfoGenerated.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyFileVersion("0.0.578.2")]
[assembly: AssemblyFileVersion("0.0.648.1")]

2 changes: 1 addition & 1 deletion src/Skybrud.LinkPicker/Skybrud.LinkPicker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>
</ProductVersion>
Expand Down

0 comments on commit be52cce

Please sign in to comment.