Skip to content

Commit 35da47f

Browse files
1.0.0
# 1.0.0 (2020-09-11) ### Features * add scripting symbols for C# language ([a6dca8e](a6dca8e)) * change the C# compiler (csc) used in project ([8f10c0d](8f10c0d)) * project settings for the C# compiler package name, version and C# language version ([c7aec4d](c7aec4d))
1 parent 86627de commit 35da47f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.0.0 (2020-09-11)
2+
3+
4+
### Features
5+
6+
* add scripting symbols for C# language ([a6dca8e](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/commit/a6dca8efdfc45debc8878349619f85b18179cd22))
7+
* change the C# compiler (csc) used in project ([8f10c0d](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/commit/8f10c0d2735a3bcd7fbfb1e72fe8c55caee37e91))
8+
* project settings for the C# compiler package name, version and C# language version ([c7aec4d](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/commit/c7aec4d6d40c2a85bb53a643509487a6e10e0503))
9+
110
# [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)
211

312

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ A project setting asset for C# Compiler will be saved in `ProjectSettings/CSharp
154154
}
155155
```
156156

157-
### For C# 8.0 features (preview)
157+
### For C# 8.0 features
158158

159159
[C# 8.0 features](https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-8)
160160
[sample](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/tree/develop/Assets/C%23%208.0%20Features)

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.0.0-preview.2",
5+
"version": "1.0.0",
66
"unity": "2018.3",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)