Skip to content

Commit b43326c

Browse files
1.1.1
## [1.1.1](v1.1.0...v1.1.1) (2020-10-13) ### Bug Fixes * change language version for 8 & 9 to 8.0 & 9.0 ([2ca4892](2ca4892)) * change the external exe path ([0bc2b46](0bc2b46)) * log for compile command is incorrect ([b551b82](b551b82)) * the setting is incorrect for asmdef ([6b16210](6b16210))
1 parent 323a763 commit b43326c

File tree

2 files changed

+4
-38
lines changed

2 files changed

+4
-38
lines changed

CHANGELOG.md

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,12 @@
1-
## [1.1.1-preview.3](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/compare/v1.1.1-preview.2...v1.1.1-preview.3) (2020-10-13)
2-
3-
4-
### Bug Fixes
5-
6-
* log for compile command is incorrect ([b551b82](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/commit/b551b82743e0b759a07f218c6d28ef9917dc2ed9))
7-
8-
9-
### Reverts
10-
11-
* Revert "change: assemblyNameChanger uses Unity.Cecil instead of Mono.Cecil" ([727966f](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/commit/727966f58178c23d6c9c558241d1a389701d9be1))
12-
13-
## [1.1.1-preview.2](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/compare/v1.1.1-preview.1...v1.1.1-preview.2) (2020-10-13)
14-
15-
16-
### Bug Fixes
17-
18-
* the setting is incorrect for asmdef ([6b16210](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/commit/6b1621042b55cbe6a82138b29b029b1647cc79f7))
19-
20-
## [1.1.1-preview.1](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/compare/v1.1.0...v1.1.1-preview.1) (2020-10-13)
1+
## [1.1.1](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/compare/v1.1.0...v1.1.1) (2020-10-13)
212

223

234
### Bug Fixes
245

256
* change language version for 8 & 9 to 8.0 & 9.0 ([2ca4892](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/commit/2ca48927cfcbacd4ac26e38148893334fc008171))
267
* change the external exe path ([0bc2b46](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/commit/0bc2b46777fd758a569aa2c339c77a87fff5c955))
8+
* log for compile command is incorrect ([b551b82](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/commit/b551b82743e0b759a07f218c6d28ef9917dc2ed9))
9+
* the setting is incorrect for asmdef ([6b16210](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/commit/6b1621042b55cbe6a82138b29b029b1647cc79f7))
2710

2811
# [1.1.0](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/compare/v1.0.1...v1.1.0) (2020-10-06)
2912

@@ -67,20 +50,3 @@
6750
* add scripting symbols for C# language ([a6dca8e](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/commit/a6dca8efdfc45debc8878349619f85b18179cd22))
6851
* change the C# compiler (csc) used in project ([8f10c0d](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/commit/8f10c0d2735a3bcd7fbfb1e72fe8c55caee37e91))
6952
* project settings for the C# compiler package name, version and C# language version ([c7aec4d](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/commit/c7aec4d6d40c2a85bb53a643509487a6e10e0503))
70-
71-
# [1.0.0-preview.2](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/compare/v1.0.0-preview.1...v1.0.0-preview.2) (2020-09-11)
72-
73-
74-
### Reverts
75-
76-
* Revert "feat: support .Net 3.5" ([5f7cdec](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/commit/5f7cdecfd743a89c09f36ea3946576d4d93d9d2d))
77-
78-
# 1.0.0-preview.1 (2020-09-11)
79-
80-
81-
### Features
82-
83-
* add scripting symbols for C# language ([a6dca8e](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/commit/a6dca8efdfc45debc8878349619f85b18179cd22))
84-
* change the C# compiler (csc) used in project ([8f10c0d](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/commit/8f10c0d2735a3bcd7fbfb1e72fe8c55caee37e91))
85-
* project settings for the C# compiler package name, version and C# language version ([c7aec4d](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/commit/c7aec4d6d40c2a85bb53a643509487a6e10e0503))
86-
* support .Net 3.5 ([d2c423e](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/commit/d2c423e4a04706dd0801291202bb98c27b85bec2))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.coffee.csharp-compiler-settings",
33
"displayName": "C# Compiler Settings",
44
"description": "Change the C# compiler (csc) used in your Unity project, as you like!",
5-
"version": "1.1.1-preview.3",
5+
"version": "1.1.1",
66
"unity": "2018.3",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)