Skip to content

Commit

Permalink
Update version info, add Costura.Fody (#24)
Browse files Browse the repository at this point in the history
- Costura.Fody was missed in an earlier repair of nuget dependencies, adding it back
- Bump version to 0.2.0.0
- Update copyright years
  • Loading branch information
lwchkg authored Jul 30, 2021
1 parent 7149806 commit bd22359
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 146 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Added by user

# Costura.Fody
FodyWeavers.xsd

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

Expand Down
3 changes: 3 additions & 0 deletions DotNetEditor/DotNetEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@
<PackageReference Include="Bugsnag.ConfigurationSection">
<Version>2.2.1</Version>
</PackageReference>
<PackageReference Include="Costura.Fody">
<Version>4.1.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.Compilers">
<Version>3.10.0</Version>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions DotNetEditor/FodyWeavers.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Weavers>
<?xml version="1.0" encoding="utf-8"?>
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<Costura />
</Weavers>
141 changes: 0 additions & 141 deletions DotNetEditor/FodyWeavers.xsd

This file was deleted.

6 changes: 3 additions & 3 deletions DotNetEditor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Dot Net Editor")]
[assembly: AssemblyCopyright("Copyright © Wing-chung Leung 2017-2018")]
[assembly: AssemblyCopyright("Copyright © Wing-chung Leung 2017-2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.4.0")]
[assembly: AssemblyFileVersion("0.1.4.0")]
[assembly: AssemblyVersion("0.2.0.0")]
[assembly: AssemblyFileVersion("0.2.0.0")]

0 comments on commit bd22359

Please sign in to comment.